All Questions
4 questions
1vote
1answer
140views
Transform an array into object and set index for an unique key in javascript
I have a method that merges keys and indexes from an array into an object. I'm stuck with ways to compress this method, and I don't know what I can do to make it simpler. Goal get an array of objects ...
1vote
1answer
105views
JavaScript, looping, and functional approach
Data Structure coming back from the server ...
1vote
1answer
53views
1vote
1answer
76views
Concat strings from Object or Array
How would you merge these two functions into a single more generic function? ...